go.pact.im/x/clock.eventTicker.c (field)

4 uses

	go.pact.im/x/clock (current package)
		ticker.go#L60: 	c chan time.Time
		ticker.go#L75: 		c:      make(chan time.Time, 1),
		ticker.go#L85: 	return t.c
		ticker.go#L128: 			case t.c <- now: